fix: core test minor fixes --skip-pipeline#1890
Merged
Conversation
This was referenced Mar 3, 2026
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes add the Claude Sonnet 4 deployment to Bedrock provider test configurations and lower the prompt-caching minimum cached-tokens threshold from 90% to 80% in tests and related messages. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
47d7bbc to
19e606e
Compare
560c72b to
b122791
Compare
loss-and-quick
pushed a commit
to loss-and-quick/bifrost
that referenced
this pull request
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Adds support for the new Anthropic Claude Sonnet 4 model (
anthropic.claude-sonnet-4-20250514-v1:0) and adjusts prompt caching validation thresholds to be more lenient.Changes
anthropic.claude-sonnet-4-20250514-v1:0to the supported models list in test account configurationType of change
Affected areas
How to test
Verify the new model works correctly and prompt caching tests pass with the adjusted threshold:
Ensure AWS credentials are configured for Bedrock access when testing the new model.
Screenshots/Recordings
N/A
Breaking changes
Related issues
N/A
Security considerations
No additional security implications - uses existing AWS Bedrock authentication mechanisms.
Checklist
docs/contributing/README.mdand followed the guidelines